acme: version bump
authorAditya Bhargava <[email protected]>
Sat, 4 Oct 2025 23:29:36 +0000 (19:29 -0400)
committerToke Høiland-Jørgensen <[email protected]>
Wed, 8 Oct 2025 18:27:32 +0000 (20:27 +0200)
* Bump acme-common to 1.5.0
  * New `abort` command added and logging behaviour improved
* Bump acme-acmesh to 3.1.1-r4
  * Fix logging and support killing from procd (`stop` and `abort`) via SIGTERM

Signed-off-by: Aditya Bhargava <[email protected]>
net/acme-acmesh/Makefile
net/acme-common/Makefile

index 8eed8d02c2ab83d50aac9d5b5f9163751ae96508..1b3937639936008c1f02ccb074a8f9f398a65c6a 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=acme-acmesh
 PKG_VERSION:=3.1.1
-PKG_RELEASE:=3
+PKG_RELEASE:=4
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://codeload.github.com/acmesh-official/acme.sh/tar.gz/$(PKG_VERSION)?
index 6484e26a68245de296660ab07840f0d9a4534f19..4c7fe69f58692f3a496bd008a7ebe0df99c1a0f9 100644 (file)
@@ -8,7 +8,7 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=acme-common
-PKG_VERSION:=1.4.5
+PKG_VERSION:=1.5.0
 
 PKG_MAINTAINER:=Toke Høiland-Jørgensen <[email protected]>
 PKG_LICENSE:=GPL-3.0-only